Bug 547270 – Make GtkHSV public
authorMichael Natterer <mitch@imendio.com>
Mon, 11 Aug 2008 19:57:38 +0000 (19:57 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Mon, 11 Aug 2008 19:57:38 +0000 (19:57 +0000)
commitac32796399f4eba1069b2a0bdbeabe3b7a7cc447
tree64c9d26a43ed36443826e9e8527bc7eff93b0ce3
parent7dbf580797041e1d913433f3671ce2c95a5eac89
Bug 547270 – Make GtkHSV public

2008-08-11  Michael Natterer  <mitch@imendio.com>

Bug 547270 – Make GtkHSV public

* gtk/Makefile.am
* gtk/gtk.h: install gtkhsv.h as public header (its symbols were
always public anyway).

* gtk/gtkhsv.h: add single-include guards, add class struct padding,
seal the instance member, cleanup.

* gtk/gtkhsv.c: center the widget in its allocation,
add "Since: 2.14", cleanup.

svn path=/trunk/; revision=21078
ChangeLog
gtk/Makefile.am
gtk/gtk.h
gtk/gtkhsv.c
gtk/gtkhsv.h